Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotsPanel<S> Class
The type of the slot. Inherit this class to add custom properties.
Members


In This Topic
    CalendarSlotsPanel<S> Class
    In This Topic
    Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
    Object Model
    CalendarSlotsPanel<S> ClassC1Calendar ClassC1Thickness Structure
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("android/widget/LinearLayout", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public MustInherit Class CalendarSlotsPanel(Of S As C1.Android.Calendar.C1Calendar.CalendarSlotInfo) 
       Inherits Android.Widget.LinearLayout
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    [Android.Runtime.Register("android/widget/LinearLayout", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public abstract class CalendarSlotsPanel<S> : Android.Widget.LinearLayout, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, Java.Interop.IJavaPeerable  
    where S: C1.Android.Calendar.C1Calendar.CalendarSlotInfo
    Type Parameters
    S
    The type of the slot. Inherit this class to add custom properties.
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Views.ViewGroup
                Android.Widget.LinearLayout
                   C1.Android.Calendar.CalendarSlotsPanel<S>
                      C1.Android.Calendar.CalendarDaysOfWeekPanel
                      C1.Android.Calendar.CalendarDaysPanel
                      C1.Android.Calendar.CalendarHeadersPanel
                      C1.Android.Calendar.CalendarMonthsPanel
                      C1.Android.Calendar.CalendarYearsPanel

    See Also